Description
Fetch a document from the repository given its reference (path or UID). The document will become the input of the next operation.
Operation id | Repository.GetDocument |
Aliases | Document.Fetch
|
Category | Fetch |
Label | Document |
Requires | |
Since | |
Parameters
Signature
Inputs | void |
Outputs | document |
Implementation Information
JSON Definition
{
"id" : "Repository.GetDocument",
"aliases" : [ "Document.Fetch" ],
"label" : "Document",
"category" : "Fetch",
"requires" : null,
"description" : "Fetch a document from the repository given its reference (path or UID). The document will become the input of the next operation.",
"url" : "Repository.GetDocument",
"signature" : [ "void", "document" ],
"params" : [ {
"name" : "value",
"description" : null,
"type" : "document",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}